lib: fdtdec: fdtdec_get_addr_size_fixed remove checks
authorKeerthy <[email protected]>
Fri, 21 Dec 2018 16:24:30 +0000 (21:54 +0530)
committerSimon Glass <[email protected]>
Tue, 15 Jan 2019 00:47:20 +0000 (17:47 -0700)
commitf51f6715a5013f37620c38f0430e21d4736e235a
tree8c3479d784c1f78c0405aab8d31aed2c5f527698
parentd0a30a8ae2228baa8714a6a0028b944defccb352
lib: fdtdec: fdtdec_get_addr_size_fixed remove checks

With 8 bytes addressing even on 32 bit machines these checks
are no longer valid. Remove them.

Signed-off-by: Keerthy <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
lib/fdtdec.c